home *** CD-ROM | disk | FTP | other *** search
/ ColorBytes Sampler 2 / Colorbytes Image Library Sampler - ColorBytes 1993.ISO / pc_demos / xprsdemo / disk1 / quark.inf < prev    next >
Encoding:
INI File  |  1993-08-12  |  26.4 KB  |  790 lines

  1. ;
  2. ; quark.inf - Installer customizing file.
  3. ;
  4. ; Copyright (c) 1992, Quark, Inc.
  5. ; All Rights Reserved
  6. ;
  7.  
  8.  
  9. ; About This File
  10. ; ===============
  11. ;
  12. ; The information in this file determines
  13. ;
  14. ;   * All dialog strings.
  15. ;   * The names of the disks and directories from which, and to which, Install
  16. ;     copies files
  17. ;
  18. ;   * The name of the group that Install creates in Program Manager's window, and the
  19. ;     names of program items that Install adds to that group
  20. ;
  21. ; You can create your own Install program by changing some of the information
  22. ; in this file.
  23. ;
  24. ; The Parts of INSTALL.INF
  25. ; -------------------------
  26. ;
  27. ; INSTALL.INF is similar in format to a Windows initialization (.INI) file.
  28. ;
  29. ; Sections: INSTALL.INF is divided into sections. Each section is identified
  30. ;        by an alphanumeric name enclosed in square brackets.
  31. ;
  32. ;           Most section names are "hard-coded": Install is written to search for
  33. ;           in INSTALL.INF for that specific section name. However, some section
  34. ;           names are defined within other sections, and are therefore easily 
  35. ;           customizable.
  36. ;
  37. ; Comments: A comment begins with a semicolon. You can include a comment 
  38. ;           on the same line as syntax, as long as it comes after the syntax.
  39. ; Spaces:   Spaces are ignored, except when between double quotes.
  40. ;           Blank lines are also ignored.
  41. ;
  42. ; Special
  43. ;  Chars:   The ampersand (&) is a special character to Windows. In
  44. ;        those strings that appear in dialog boxes, the ampersand
  45. ;        transformed into an accelerator (an underscore below the
  46. ;        following character).
  47. ;
  48. ;        Special non-"non printable" characters (e.g.: return, formfeed, (r),
  49. ;        etc.) can be obtained by using C-style escapes (i.e.:
  50. ;        \n, \f, \256 (octal) [or \xAE (hex)] for the previous examples).
  51. ;
  52. ;        NOTE: All text *must* be entered on a single line. You can
  53. ;        format the text into multiple lines by inserting '\n' wherever
  54. ;        you want a line to break, but text strings in this file must typed
  55. ;        as one entire line.
  56. ;
  57. ;** Please do NOT localize any strings that are not inside double quotes (") **
  58. ;        
  59. ;
  60. ; Sections in This File
  61. ; ---------------------
  62. ; The rest of this file contains the actual sections and statements
  63. ; that make up the working file. It also includes comments that 
  64. ; explain each section and statement.
  65. ;
  66. [version]
  67. ; patch lvl, stage, minor rev, prodid/major rev
  68. ; ie - 0x00801133 is windows 3.11r0
  69.   instver = 0x02801233
  70. ; <major rev>.<minor rev>.<minor rev><stage>
  71.   regver = "3.1.2"
  72. ; major rev, minor rev, stage, 0x00
  73.   prodver = 0x03128000
  74.   prodid = 3
  75.  
  76. [data]
  77. ; The [data] section includes misc. information about the
  78. ; location application.
  79.   name        = "QuarkXPress for Windows"
  80. ;do not localize
  81.   regfile    = xpress.reg
  82.  
  83.   Black        = 0x00000000
  84.   Red        = 0x000000FF
  85.   Green        = 0x0000FF00
  86.   Blue        = 0x00FF0000
  87.   Cyan        = 0x00FFFF00
  88.   Magenta    = 0x00FF00FF
  89.   Yellow    = 0x0000FFFF
  90.   White        = 0x00FFFFFF
  91.  
  92.  
  93. [message]
  94.   changed = "Changing this path will require you to reimport all associated pictures for the affected QuarkXPress documents.  Do you want to do this?"
  95.   complete = "Install complete."
  96.  
  97. [message.update]
  98.   badserialnum = "This update disk does not go with the specified copy of QuarkXPress."
  99.   fail = "Program not updated."
  100.   succ = "Program succesfully updated."
  101.  
  102. [dialog]
  103. ; The [dialog] section contains information pertaining to Install's dialog box. 
  104. ;
  105. ; The Caption statement determines the text that appears in the title bar 
  106. ; of Install's dialog box. 
  107. ;
  108. ; The following Caption statement specifies the caption "Demo App Installation".
  109. ; To specify your own caption, replace the text "Demo App Installation" with the 
  110. ; title you want (enclosed in double quotes).
  111.  
  112.   caption = "QuarkXPress for Windows Installer"
  113.   continue = "&Continue"
  114.   next = "&Next"
  115.   abortinstall = "&Abort Install"
  116.   ok = "OK"
  117.   cancel = "Cancel"
  118.   install = "&Install"
  119.   abortreg = "&Abort Installation"
  120.   quit = "&Quit"
  121.  
  122. [dialog.update]
  123.   caption = "QuarkXPress for Windows Updater"
  124.  
  125. [demo.dialog]
  126.   caption = "Demo QuarkXPress for Windows Installer"
  127.   abortinstall = "&Abort Install"
  128.   ok = "OK"
  129.   cancel = "Cancel"
  130.   install = "&Install"
  131.  
  132. [dialog.splash]
  133.   color = "Favorite &Color Scheme:"
  134.   para1 = "Welcome to the QuarkXPress\256 for Windows Installation and Registration program. This program will install QuarkXPress and create your User Registration File."
  135.   para2 = "By completing the Installation/Registration procedure, you agree to the terms of the QuarkXPress Software License and Limited Warranty Agreement located on the disk packet."
  136.   para3 = "The Registration program makes use of fields that have associated drop-down lists. Clicking on the arrow button displays a list with possible entries for the field, as shown in the example below."
  137.   copyright = "\251 1989-1992 Quark, Inc.\nAll Rights Reserved\nU.S. Patent Pending, Quark, Inc."
  138.  
  139.  
  140. ;For list comboboxes (those beginning with [combo*]):  If no number is given,
  141. ;the first entry becomes the default (selected). The combo box is not sorted,
  142. ;so the entries will appear as you list them.
  143. [combo.dialog.splash.color]
  144. "Current"
  145. "Black"
  146. "Red"
  147. "Green"
  148. "Blue"
  149. "Cyan"
  150. "Magenta"
  151. "Yellow"
  152. "White"
  153.  
  154.  
  155. [dialog.reg]
  156.   caption = "Product Registration"
  157.   title = "Please enter your registration information."
  158.   serialnum = "Serial &Number:"
  159.   phone = "Area Code/&Phone:"
  160.   contact = "&Contact:"
  161.   lname = "&Last Name"
  162.   fname = "&First Name"
  163.   mi = "M.I."
  164.   companyname = "Co&mpany Name:"
  165.   companyaddr = "Street &Address:"
  166.   city = "C&ity:"
  167.   state = "&State/Province:"
  168.   zip = "&ZIP/Postal Code:"
  169.   country = "C&ountry:"
  170.   purdate = "QuarkXPress Purchase &Date :"
  171.   dealername = "QuarkXPress &Dealer Name:"
  172.   dealercity = "&Dealer\x92s City and State/Province:"
  173.  
  174. [dialog.reg.intl]
  175.   country = "C&ountry:"
  176.   lname = "&Last Name:"
  177.   fname = "&First Name:"
  178.   addr = "Postal &Address:"
  179.   phone = "&Phone:"
  180.   fax = "&FAX:"
  181.   alloneline = "(Please do not put all details on one line)"
  182.   dealercity = "&Dealer\x92s Address:"
  183.  
  184. [combo.dialog.reg.contact]
  185. "Dr."
  186. "Miss"
  187. "Mr."
  188. "Mrs."
  189. "Ms."
  190.  
  191. [combo.dialog.reg.country]
  192. "U.S.A."
  193. "Canada"
  194.  
  195. [combo.dialog.reg.intl.country]
  196. "Canada"
  197. "Denmark"
  198. "Finland"
  199. "Germany"
  200. "India"
  201. "Malaysia"
  202. "Norway"
  203. "Singapore"
  204. "Sweden"
  205. "Switzerland"
  206. "Turkey"
  207. "U.K."
  208.  
  209. [dialog.sysinfo]
  210.   caption = "System Information"
  211.   title = "This information will help Quark\x92s Technical Support staff assist you."
  212.   numpcs = "Approximate number of PCs at your &location:"
  213.   printers = "PostScript &Printers: (please select all that apply)"
  214.   scanner = "&Scanner:"
  215.   otherprinters = "Other &Printers:"
  216.   nettype = "&Network Type:"
  217.   netsoftware = "&Network Software:"
  218.   otherapps = "What other PC &applications do you use?"
  219.  
  220. [combo.dialog.sysinfo.numpcs]
  221. "1"
  222. "2"
  223. "3-5"
  224. "6-10"
  225. "11-20"
  226. "21-100"
  227. "101-500"
  228. "501+"
  229.  
  230. [listbox.dialog.sysinfo.printers]
  231. "Apple Computer"
  232. "Hewlett-Packard"
  233. "I.B.M."
  234. "Texas Instruments"
  235. "Okidata"
  236. "Canon"
  237. "Brother"
  238. "NEC"
  239. "Oc\xE9"
  240. "QMS"
  241. "Linotronic"
  242. "AGFA"
  243.  
  244. [combo.dialog.sysinfo.scanner]
  245. "None"
  246. "Abaton"
  247. "Apple"
  248. "Barneyscan"
  249. "Crosfield"
  250. "Datacopy"
  251. "Dest"
  252. "Hewlett-Packard"
  253. "Howtek"
  254. "Microtek"
  255. "New Image Tech"
  256. "Scitex"
  257. "Sharp"
  258. "Thunderware"
  259. "Truevel"
  260.  
  261. [combo.dialog.sysinfo.nettype]
  262. "None"
  263. "LocalTalk"
  264. "Arcnet"
  265. "PhoneNet"
  266. "Ethernet"
  267. "Token Ring"
  268. "Other"
  269.  
  270. [combo.dialog.sysinfo.netsoftware]
  271. "None"
  272. "AppleShare"
  273. "LANtastic"
  274. "Novell NetWare"
  275. "Banyan Vines"
  276. "LAN Manager"
  277. "Other"
  278.  
  279.  
  280. [dialog.userinfo]
  281.   caption = "User Information Survey"
  282.   title = "This information will help us serve you more efficiently."
  283.   learn = "How did you &learn about QuarkXPress?"
  284.   business = "What is your primary type of &business?"
  285.   create = "What do you &create with QuarkXPress? (please select all that apply)"
  286.   othercreate = "&Other:"
  287.   publications = "What professional &publications do you read? (please select all that apply)"
  288.   otherpublications = "&Other:"
  289.   comments = "Co&mments:"
  290.  
  291. [combo.dialog.userinfo.learn]
  292. "Dealer"
  293. "Another user"
  294. "Trade show"
  295. "Service bureau"
  296. "MacWEEK"
  297. "MacUser"
  298. "MacWorld"
  299. "Macintosh News"
  300. "InfoWorld"
  301. "Byte"
  302. "PC Week"
  303. "PC World"
  304. "PC Magazine"
  305. "PC Computing"
  306. "PC Publishing"
  307. "Publish!"
  308.  
  309. [combo.dialog.userinfo.business]
  310. "Newspaper publisher"
  311. "Book publisher"
  312. "Catalog publisher"
  313. "Magazine publisher"
  314. "Advertising agency"
  315. "Graphic design"
  316. "Service bureau"
  317. "Computer-related"
  318.  
  319. [listbox.dialog.userinfo.create]
  320. "Advertisements"
  321. "Annual reports"
  322. "Books"
  323. "Brochures"
  324. "Magazines"
  325. "Newspapers"
  326. "Newsletters"
  327. "Catalogs"
  328.  
  329. [listbox.dialog.userinfo.publications]
  330. "MacWEEK"
  331. "MacUser"
  332. "MacWorld"
  333. "Macintosh News"
  334. "InfoWorld"
  335. "Byte"
  336. "PC Week"
  337. "PC World"
  338. "PC Magazine"
  339. "PC Computing"
  340. "PC Publishing"
  341. "Publish"
  342.  
  343.  
  344. [dialog.choice]
  345.   caption = "QuarkXPress for Windows Registration"
  346.   para1 = "Click OK to install QuarkXPress and create your User Registration File. Click the appropriate button if you want to review or change previously entered information."
  347.   prodreg = "Product Registration"
  348.   sysinfo = "System Information"
  349.   userinfo = "User Info. Survey"
  350.  
  351.  
  352. [dialog.thanks]
  353.   para1 = "Thank you for using Quark\x92s electronic registration! Please use the enclosed postage-paid mailer to send us your User Registration Disk as soon as possible. Be sure to include your name and telephone number on the disk."
  354.   para2 = "You must return your User Registration Disk to receive the benefits of the 90-Day Limited Warranty and the 90-Day Service Plan, as well as to qualify for future upgrade offers."
  355.  
  356. ; *** Start of actual installation ***
  357.  
  358. [dialog.startinst]
  359.   para = "To begin installation of QuarkXPress and to copy auxiliary files, click OK. You will be asked to specify a drive and directory for the QuarkXPress application and auxiliary files."
  360. [demo.dialog.startinst]
  361.   para = "To begin installation of Demo QuarkXPress and to copy auxiliary files, click OK. You will be asked to specify a drive and directory for the QuarkXPress application and auxiliary files."
  362.  
  363. [dialog.installdir]
  364.   para = "Please enter the directory in which you would like to install QuarkXPress."
  365.   customize = "&Customize..."
  366. [demo.dialog.installdir]
  367.   para = "Please enter the directory in which you would like to install Demo QuarkXPress."
  368.  
  369. [dialog.updatedir]
  370.   updatebut = "&Update"
  371.   para = "Please enter the directory in which QuarkXPress exists."
  372.  
  373. [demo.dialog.updatedir]
  374.   para = "Please enter the directory in which QuarkXPress exists."
  375.  
  376. [dialog.customize]
  377.   caption = "Select Items to Install"
  378.   section = "&Items:"
  379.   path = "&Path:"
  380.   install = "&Install Highlighted Item"
  381.   update = "&Update Highlighted Item"
  382.   delete = "D&elete Highlighted Item (!)"
  383.   reinstall = "&Reinstall Highlighted Item"
  384.   disabled_subsection = "No Details"
  385.   view_subsection = "View &Details"
  386.   hide_subsection = "Hide &Details"
  387.   browse = "&Browse..."
  388.   totals = "Totals:"
  389.  
  390. [dialog.browse]
  391.   caption = "Select Directory"
  392.   directories = "&Directories:"
  393.   drives = "Dri&ves:"
  394.  
  395. [dialog.fileerror]
  396.   caption = "File Error"
  397.   exit = "Exit"
  398. [demo.dialog.fileerror]
  399.   caption = "File Error"
  400.   exit = "Exit"
  401.  
  402. [dialog.insertdisk]
  403.   para = "Please insert the following disk:"
  404. [demo.dialog.insertdisk]
  405.   para = "Please insert the following disk:"
  406.  
  407. [dialog.progress]
  408.   text = "Press F3 to abort."
  409. [demo.dialog.progress]
  410.   text = "Press F3 to abort."
  411.  
  412.  
  413. [disks]
  414. ; The [disks] section defines the distribution disks that contain the application 
  415. ; files. Install uses this information to tell the user to insert the correct disk.
  416. ; Elsewhere within this .INF file, the distribution disks are normally referred to
  417. ; by a single-character disk ID. This section defines those disk IDs, and includes 
  418. ; information about the disk to which each disk ID refers.
  419. ;
  420. ; The disk ID '0' is reserved; it represents the system directory.
  421. ;
  422. ; The format of each disk definition is:
  423. ;     n = path, title
  424. ;
  425. ;  where
  426. ;     n       is the disk ID (a single character from 1-9 or A-Z).
  427. ;
  428. ;     path    the path of the source directory from which Install should copy 
  429. ;             the files to the disk. The path can be relative to the
  430. ;             source directory (see examples below).
  431. ;
  432. ;     title   is a descriptive name for the disk. The title should match 
  433. ;             the disk's printed or written label exactly.
  434. ; The following disk-definition statements define two distribution disks.
  435.  
  436.   1 =.,            "QuarkXPress for Windows  Disk 1"
  437.   2 =.,            "QuarkXPress for Windows  Disk 2"
  438.   3 =.,            "QuarkXPress for Windows  Disk 3"
  439.   4 =.\tutorial,    "QuarkXPress for Windows  Disk 4"
  440.   5 =.\samples,        "QuarkXPress for Windows  Disk 5"
  441.   6 =.,            "QuarkXPress User Registration Disk"
  442.   0 =.,            "Windows Directory"
  443.   x =c:\,        "Root directory"
  444.   y =.,            "Temporary Directory"
  445.   z =.,            "Install Directory"
  446.  
  447.  
  448. ; The first statement tells Install to refer to Disk 1.
  449. ; Because the period (.) denotes the current directory, the files 
  450. ; on that disk will be copied from the root directory of the
  451. ; distribution disk.
  452. ;
  453. ; You can include as many disk-definition statements as necessary. Every 
  454. ; distribution disk should have a corresponding disk-definition statement;
  455. ; otherwise, Install cannot tell the user to insert the appropriate disk.
  456.  
  457. ; The following [app.copy.appstuff] section contains section-definition
  458. ; statements. Each statement defines a section that lists application files
  459. ; to be copied as part of installation. The sections are organized by file 
  460. ; destination; you should define a separate section for each destination 
  461. ; directory.
  462. ;
  463. ; Each section definition has the following form:
  464. ;
  465. ;     [x:]dest_pathname#section_name, section_label, buffer_size, [,flags]
  466. ;    [,bitmap]
  467. ;        -or-
  468. ;     [x:]full_filename, file_title, file_size, [,flags] [,bitmap]
  469. ;
  470. ; where
  471. ;
  472. ;     #section_name    defines the name of the .INF section that lists the
  473. ;                      files to be copied (must start with IDS_GRPPREFIX).
  474. ;
  475. ;     dest_pathname    is the path name of the destination directory, relative
  476. ;                      to the installation directory for file entries and
  477. ;               explicit target directories if a group is specified.
  478. ;            (Note: "0:" is a special disk ID that represents the
  479. ;            WINDOWS system directory (the directory usually labeled
  480. ;            "\WINDOWS\system"), , and "z:" represents the install
  481. ;            destination path (eg: "c:\xpress")).
  482. ;
  483. ;     label/title    title displayed in the setup dialog for user's benefit
  484. ;
  485. ;     file_size           file size
  486. ;
  487. ;     buffer_size    additional buffering size (for newly created files and
  488. ;            such)
  489. ;
  490. ;     flags           S=selected; V=version checking (swaps childrens' state
  491. ;            if present in a group declaration), D=display children;
  492. ;            B=broken file (to be assembled into one larger file);
  493. ;            I=The file is shared (like many DLLs);C=compressed
  494. ;            file; G=not seperately selected;N=install only if
  495. ;            international;M=give special message if trying to
  496. ;            change file path (message.changed);R=install only if
  497. ;            registration;x=dummy flag (must have at least one flag
  498. ;            per section).
  499. ;
  500. ;            NOTE: The action of the switches are inherited from
  501. ;            a file's parents; any switches set on children will
  502. ;            invert (XOR) the switch setting inherited from the
  503. ;            item's parents.
  504. ;
  505. ;     bitmap        This optional item is the resource number of a bitmap
  506. ;            included in the .rc file. This bitmap is displayed
  507. ;            beside the item when examined by the customize dialog.
  508. [app.copy.appstuff]
  509.   c:\xpress#app.xpress,        "QuarkXPress for Windows",    0,    SD
  510. [demo.app.copy.appstuff]
  511.   c:\xprsdemo#app.demo.xpress,    "Demo QuarkXPress for Windows",    0,    SD
  512.  
  513. [app.xpress]
  514.   .#app.appl,            "Application Files",    0,    D
  515.   .#app.xtensions,        "XTensions",        0,    D
  516.   .\tutorial#app.tutorial,    "Tutorial Files",    0,    D
  517.   .\samples#app.samples,    "Sample Files",        0,    D
  518.  
  519. [app.demo.xpress]
  520.   .\samples#app.demo.samples,    "Sample Files",        0,    D
  521.   .#app.demo.appl,        "Application Files",    0,    D
  522.   .#app.xtensions,        "XTensions",        0,    D
  523.  
  524. [app.appl]
  525.   1:reginfo.dat,    "Quark User Registration",    30000,    GR
  526.   1:xpress.dct,        "Dictionary",            270000,    C,    dct_ico
  527.  
  528.   .\xpress.exe#app.application,    "Application",        0,    BDG
  529.  
  530.   3:olelib.dll,        "Quark OLE DLL",        60000,    CG,    packager.exe
  531.   3:xpr.dll,        "Quark Support DLL",        65000,    CNG
  532.   3:xpress.hlp,        "Help File",            160000,    C,    winhelp.exe
  533.   0:#app.dlls,        "System Libraries",        0
  534.   .#app.readmes,    "Release Notes",        0,    D
  535.   .#app.filters,    "Import Filters",        0,    D
  536.  
  537. [app.demo.appl]
  538.   1:reginfo.dat,    "Quark User Registration",    30000,    GR
  539.   1:xpress.dct,        "Dictionary",            270000,    C,    dct_ico
  540.  
  541.   .\xpress.exe#app.application,    "Application",        0,    BDG
  542.  
  543.   3:olelib.dll,        "Quark OLE DLL",        60000,    CG,    packager.exe
  544.   3:xpr.dll,        "Quark Support DLL",        65000,    CNG
  545.   3:xpress.hlp,        "Help File",            160000,    C,    winhelp.exe
  546.   0:#app.dlls,        "System Libraries",        0
  547.  
  548.   .#app.filters,    "Import Filters",        0,    D
  549.  
  550.  
  551. [app.application]
  552.   2:xpress.0xe,        "part 1",            512000,    C
  553.   2:xpress.1xe,        "part 2",            512000,    C
  554.   2:xpress.2xe,        "part 3",            512000,    C
  555.   2:xpress.3xe,        "part 4",            512000,    C
  556.   3:xpress.4xe,        "part 5",            512000,    C
  557.   3:xpress.5xe,        "part 6",            512000,    C
  558.   3:xpress.6xe,        "part 7",            5000,        C
  559.  
  560. [app.dlls]
  561.   3:dib.drv,        "DIB driver",                32000,    CV
  562.  
  563. [app.filters]
  564.   3:drwfiltr.flt,    "Micrografx Designer 1.0",    60000,    C,    drwflt_ico
  565.   3:hpgl.flt,        "HPGL Graphics",        50000,    C,    hpglflt_ico
  566.   3:cgmfiltr.flt,    "Computer Graphics Metafile",    50000,    C,    cgmflt_ico
  567.  
  568. [app.xtensions]
  569.   3:xtags.xxt,        "XPress Tags",            60000,    C,    xxt_ico
  570.   3:writext.xxt,    "Write for Windows",        15000,    C,    xxt_ico
  571.   3:word1.xxt,        "Word for Windows 1.x",        42000,    C,    xxt_ico
  572.   3:word2.xxt,        "Word for Windows 2.0",        67000,    C,    xxt_ico
  573.   3:ktedit.xxt,        "Kern/Track Editor",         40000,    C,    xxt_ico
  574.   3:amiread.dll,    "Ami Pro 2.0",            105000,    C,    xxt_ico
  575.   3:wpread.dll,        "Word Perfect 5.1",        68000,    C,    xxt_ico
  576.   3:xyfilter.xxt,    "XyWrite III Plus",        100000,    C,    xxt_ico
  577.   3:readreg.xxt,    "Registration",            60000,    CR,    xxt_ico
  578.   3:dashfram.xxt,    "Dashed Frames",        12000,    C,    xxt_ico
  579.   3:ole.xxt,        "OLE",                1000,    C,    xxt_ico
  580.  
  581. [app.readmes]
  582.   3:readme.wri,        "Release Notes",        15000,    C,    write.exe
  583.   3:printing.wri,    "Printing Notes",        60000,    C,    write.exe
  584.   3:OLE.wri,        "OLE Notes",            25000,    C,    write.exe
  585.  
  586. [app.samples]
  587.   .\document#app.samdocs,    "Documents",        0,    G
  588.   .\library#app.samlibs,    "Libraries",        0,    G
  589.   .\pictures#app.sampics,    "Pictures",        0,    G
  590.   .\text#app.samtxts,        "Text Files",        0,    G
  591.  
  592. [app.demo.samples]
  593.   .#app.demo.samdocs,    "Documents",        0,    G
  594.  
  595. [app.demo.samdocs]
  596.   5:beachcrz.qxd,    "Sample Document",        60000,    x,    doc_ico
  597.   5:cruiser.eps,    "Sample EPS File",        30000,    x,    eps_ico
  598.   5:oldbike.eps,    "Sample EPS File",           260000,    x,    doc_ico
  599.   5:wavepict.pcx,    "Sample PCX File",         3000,    x,    pcx_ico
  600.   5:worldcup.qxd,    "Sample Document",           290000,    x,    doc_ico
  601.  
  602. [app.samdocs]
  603.   5:beachcrz.qxd,    "Sample Document",        60000,    x,    doc_ico
  604.   5:cruiser.eps,    "Sample EPS File",        30000,    x,    eps_ico
  605.   5:oldbike.eps,    "Sample EPS File",           260000,    x,    doc_ico
  606.   5:wavepict.pcx,    "Sample PCX File",         3000,    x,    pcx_ico
  607.   5:worldcup.qxd,    "Sample Document",           290000,    x,    doc_ico
  608.  
  609. [app.samlibs]
  610.   5:biking.eps,        "Sample EPS File",        20000,    x,    eps_ico
  611.   5:bicycle.wmf,    "Sample Windows Metafile",    20000,    x,    eps_ico
  612.   5:qdropcap.eps,    "Sample EPS File",        45000,    x,    eps_ico
  613.   5:sample.qxl,        "Sample Library",        75000,    x,    qxl_ico
  614.   5:xdropcap.eps,    "Sample EPS File",        35000,    x,    eps_ico
  615.  
  616. [app.sampics]
  617.   5:biker.tif,        "Sample TIFF File",        70000,    x,    tiff_ico
  618.   5:bikers.pcx,        "Sample PCX File",        15000,    x,    pcx_ico
  619.   5:cyclist.eps,    "Sample EPS File",        25000,    x,    eps_ico
  620.   5:wheelart.eps,    "Sample EPS File",        25000,    x,    eps_ico
  621.  
  622. [app.samtxts]
  623.   5:xprstags.xtg,    "Sample QuarkXPress Tags File",     5000,    x,    xtag_ico
  624.   5:richtext.rtf,    "Sample RTF File",         5000,    x,    rtf_ico
  625.   5:ascii.txt,        "Sample Text File",         5000,    x,    notepad.exe
  626.   5:word40.doc,        "Sample MS-Word 4.0 File",     5000,    x,    winword.exe
  627.   5:mswrite.wri,    "Sample MS-Write File",         5000,    x,    write.exe
  628.  
  629. [app.tutorial]
  630.   .\color#app.tutclr,        "Documents",        0,    G
  631.   .\finished#app.tutfin,    "Libraries",        0,    G
  632.   .\layout#app.tutlay,        "Layout Files",        0,    G
  633.   .\pictures#app.tutpics,    "Pictures",        0,    G
  634.   .\type#app.tuttype,        "Typography Files",    0,    G
  635.   .\wordproc#app.tutwp,        "Word Processing Files",    0,    G
  636.  
  637. [app.tutclr]
  638.   4:bikers.pcx,        "Tutorial PCX File",         15000,    x,    pcx_ico
  639.   4:biketour.qxt,    "Tutorial QuarkXPress Template",     65000,    x,    doc_ico
  640.  
  641. [app.tutfin]
  642.   4:fintype.qxd,        "Tutorial Document",      15000,    x,    doc_ico
  643.   4:finpicts.qxd,        "Tutorial Document",     25000,    x,    doc_ico
  644.   4:finword.qxd,        "Tutorial Document",      20000,    x,    doc_ico
  645.   4:fincolor.qxd,        "Tutorial Document",      65000,    x,    doc_ico
  646.   4:finlayou.qxd,        "Tutorial Document",    105000,    x,    doc_ico
  647.  
  648. [app.tutlay]
  649.   4:newstemp.qxt,        "Tutorial Document",      90000,    x,    doc_ico
  650.   4:gears.eps,            "Tutorial EPS File",     95000,    x,    eps_ico
  651.   4:handle.eps,            "Tutorial EPS File",      30000,    x,    eps_ico
  652.   4:pedal.eps,            "Tutorial EPS File",      25000,    x,    eps_ico
  653.   4:text1.txt,            "Tutorial Text File",      1000,    x,    notepad.exe
  654.   4:text2.txt,            "Tutorial Text File",      1000,    x,    notepad.exe
  655.   4:text3.txt,            "Tutorial Text File",      1000,    x,    notepad.exe
  656.  
  657. [app.tutpics]
  658.   4:wheeltem.qxt,        "Tutorial QuarkXPress Template",      10000,    x,    doc_ico
  659.   4:picstory.txt,        "Tutorial Text File",      5000,    x,    notepad.exe
  660.   4:wheelart.eps,        "Tutorial EPS File",      25000,    x,    eps_ico
  661.  
  662. [app.tuttype]
  663.   4:sprocket.qxt,        "Tutorial QuarkXPress Template",      15000,    x,    doc_ico
  664.  
  665. [app.tutwp]
  666.   4:lettext.txt,        "Tutorial Text File",      1000,    x,    notepad.exe
  667.   4:spokeart.eps,        "Tutorial EPS File",      50000,    x,    eps_ico
  668.   4:samplett.qxt,        "Tutorial QuarkXPress Template",      15000,    x,    doc_ico
  669.  
  670. [progman.groups]
  671. ; The [progman.groups] section (optional) tells Install to create Program 
  672. ; Manager groups for your application. (Install then uses DDE to communicate 
  673. ; with Program Manager.)
  674. ;
  675. ; The section lists the names of the groups you want to create. You then 
  676. ; define additional sections in this file; those sections list the program 
  677. ; items you want in each group.
  678. ;
  679. ; The syntax for each group name is:
  680. ;
  681. ;     groupname, [groupfile.grp]
  682. ;
  683. ; where
  684. ;
  685. ;     groupname      is the title you want Program Manager to display
  686. ;                    under the icon that represents the group. (The 
  687. ;                    groupname will also be the name of the section
  688. ;                    that defines the contents of the group.)
  689. ;
  690. ;     groupfile.grp  is the filename of the file in which Program Manager
  691. ;                    will save information about the group. (You must include
  692. ;                    the .GRP filename extension.) This parameter is optional;
  693. ;                    if you omit it, Install uses a default name for the 
  694. ;                    group file.
  695. ;
  696. ; The following group-definition statement tells Install to create a group named
  697. ; Demo, and store its information in a file named DEMO_APP.GRP. The [demo] section
  698. ; will contain information about the group's contents.
  699.  
  700.   QuarkXPress, XPress.grp
  701. [demo.progman.groups]
  702.   "Demo QuarkXPress", XPrsdemo.grp
  703.  
  704.  
  705. ; This section is a user-defined section that define the contents of a
  706. ; Program Manager group file. The [progman.groups] section defines
  707. ; the name of this section and the group, and the name of the file in which
  708. ; to store information about the group.
  709. ;
  710. ; In each section like this one, you should list all items that you want Install
  711. ; to add to the group.
  712. ;
  713. ; The syntax for item-definition statements is: 
  714. ;
  715. ;     "Description",    APPFILE.EXE, [ICONFILE.EXE[, N]]
  716. ;
  717. ;where
  718. ;
  719. ;     Description   is the text that will appear below the program icon 
  720. ;                   when displayed in the Program Manager group.
  721. ;
  722. ;     ICONFILE.EXE  is the application file that contains the icon you
  723. ;                   want to represent the application. Typically, this is 
  724. ;                   the executable application file, but it could be a 
  725. ;                   different file. (You can also specify a _ico file,
  726. ;            created using the SDKPaint tool.) This parameter is
  727. ;            optional; if you omit it, Install will use the first
  728. ;            icon it finds in APPFILE.EXE.
  729. ;
  730. ;     N             is the offset of the icon you want to use within the file
  731. ;                   ICONFILE.EXE. This parameter is optional; if you omit it, 
  732. ;                   Install uses the first icon it finds in ICONFILE.EXE.
  733. ;                   You must include this parameter if the file you specify
  734. ;                   contains more than one icon, and you want to use an icon
  735. ;                   other than the first icon. 
  736. ;
  737. ;                   To use the Nth icon, specify the number N-1. For example,
  738. ;                   to use the third icon, specify 2.
  739. ;
  740. ; For example, the following item-definition statement tells Install to add an item
  741. ; titled "Demo Application" to Program Manager. The application command line
  742. ; is FILE1.FOO; the file that contains the application icon is DEMO.ICO
  743. [QuarkXPress]
  744.   "QuarkXPress for Windows", XPress.exe,
  745.   "Printing Notes", printing.wri,
  746.   "OLE Notes", OLE.wri,
  747.   "Release Notes", readme.wri,
  748. ["Demo QuarkXPress"]
  749.   "Demo QuarkXPress for Windows", XPress.exe
  750.  
  751. ; This section defines any number of application-specific preferences files
  752. ; to be built or added to, if preexisting. The function and form of the
  753. ; arguments parallel the WritePrivateProfileString(...) call. If the
  754. ; lpFileName is NULL, WIN.INI (using WriteProfileString(...)) is used as the
  755. ; filename. WIN.INI should not explicitly be used since the file is opened
  756. ; while Windows in running and must be accessed by WriteProfileString(...).
  757. ; The arguments can use logical file names (like "0:" for the install
  758. ; directory, or "z:" the destination directory).
  759. [setup.prefsfiles]
  760.   "Extensions", "qxd", "XPress.exe ^.qxd"
  761.   "Extensions", "qxt", "XPress.exe ^.qxt"
  762.  
  763. ; This section defines any number of application-specific readme files
  764. ;
  765. ; executable,readme file,description,[icon_name]
  766. ;
  767. ; show state (flag value for SW_ flags)
  768. ;
  769. [setup.execfiles]
  770.   "regedit.exe /s","z:xpress.reg","Registering XPRESS.EXE with Windows",5
  771.   "write.exe","z:readme.wri","MS-Write Release Notes",5
  772.  
  773. [setup.buildfiles]
  774.   z:xpress.reg
  775.  
  776. [xpress.reg]
  777.   "REGEDIT"
  778.   "ENTRIES FOR QuarkXPress"
  779.   "HKEY_CLASSES_ROOT\.qxd = xprsfile"
  780.   "HKEY_CLASSES_ROOT\.qxt = xprsfile"
  781.   "HKEY_CLASSES_ROOT\xprsfile = QuarkXPress"
  782.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\open\\command = ","z:xpress.exe"," %1"
  783.   "HKEY_CLASSES_ROOT\\xprsfile\\shell\\print\\command = ","z:xpress.exe"," /p %1"
  784.